onCreateSnapshotView
Reconstitutes a snapshot View from a Parcelable returned in onCaptureSharedElementSnapshot to be used in onSharedElementStart and onSharedElementEnd. The returned View will be sized and positioned after this call so that it is ready to be added to the decor View's overlay.
This is not called for Fragment Transitions.
Return
A View to be sent in onSharedElementStart and onSharedElementEnd. A null value will produce a null snapshot value for those two methods.
Parameters
context
The Context used to create the snapshot View.
snapshot
The Parcelable returned by onCaptureSharedElementSnapshot.